Files
pole-book/server/node_modules/@strapi/design-system/dist/components/SubNav/SubNavSections.d.ts

9 lines
419 B
TypeScript

import * as React from 'react';
import { FlexProps } from '../../primitives/Flex';
export interface SubNavSectionsProps extends FlexProps<'ol'> {
children: React.ReactNode;
spacing?: number;
horizontal?: boolean;
}
export declare const SubNavSections: ({ children, spacing, horizontal, ...props }: SubNavSectionsProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SubNavSections.d.ts.map