6 lines
313 B
TypeScript
6 lines
313 B
TypeScript
import { FlexProps } from '../../primitives/Flex';
|
|
export interface CarouselActionsProps extends FlexProps {
|
|
horizontal?: boolean;
|
|
}
|
|
export declare const CarouselActions: ({ horizontal, ...props }: CarouselActionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
//# sourceMappingURL=CarouselActions.d.ts.map
|