@reeverdev/ui 0.1.32 → 0.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -17
- package/dist/index.d.ts +17 -17
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -985,7 +985,7 @@ interface StatCardProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantP
|
|
|
985
985
|
declare const StatCard: React$1.ForwardRefExoticComponent<StatCardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
986
986
|
|
|
987
987
|
declare const listVariants: (props?: ({
|
|
988
|
-
variant?: "
|
|
988
|
+
variant?: "default" | "bordered" | "striped" | null | undefined;
|
|
989
989
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
990
990
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
991
991
|
interface ListProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof listVariants> {
|
|
@@ -1764,11 +1764,11 @@ interface ListboxItemProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
1764
1764
|
declare const ListboxItem: React$1.ForwardRefExoticComponent<ListboxItemProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1765
1765
|
|
|
1766
1766
|
declare const sortableListVariants: (props?: ({
|
|
1767
|
-
variant?: "
|
|
1767
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
1768
1768
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1769
1769
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1770
1770
|
declare const sortableItemVariants: (props?: ({
|
|
1771
|
-
variant?: "
|
|
1771
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
1772
1772
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1773
1773
|
isDragging?: boolean | null | undefined;
|
|
1774
1774
|
isDragOver?: boolean | null | undefined;
|
|
@@ -1945,7 +1945,7 @@ interface TimePickerProps {
|
|
|
1945
1945
|
declare const TimePicker: React$1.ForwardRefExoticComponent<TimePickerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1946
1946
|
|
|
1947
1947
|
declare const virtualListVariants: (props?: ({
|
|
1948
|
-
variant?: "
|
|
1948
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
1949
1949
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1950
1950
|
interface VirtualListProps<T> extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "children">, VariantProps<typeof virtualListVariants> {
|
|
1951
1951
|
/** Array of items to render */
|
|
@@ -1970,7 +1970,7 @@ declare const VirtualList: <T>(props: VirtualListProps<T> & {
|
|
|
1970
1970
|
}) => React$1.ReactElement;
|
|
1971
1971
|
|
|
1972
1972
|
declare const infiniteScrollVariants: (props?: ({
|
|
1973
|
-
variant?: "
|
|
1973
|
+
variant?: "default" | "bordered" | null | undefined;
|
|
1974
1974
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1975
1975
|
declare const infiniteScrollLoaderVariants: (props?: ({
|
|
1976
1976
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -2205,7 +2205,7 @@ interface CopyButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonEl
|
|
|
2205
2205
|
declare const CopyButton: React$1.ForwardRefExoticComponent<CopyButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2206
2206
|
|
|
2207
2207
|
declare const fullCalendarVariants: (props?: ({
|
|
2208
|
-
variant?: "ghost" | "
|
|
2208
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2209
2209
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2210
2210
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2211
2211
|
type CalendarView = "month" | "week" | "day";
|
|
@@ -2333,13 +2333,13 @@ interface AreaChartProps extends React$1.HTMLAttributes<HTMLDivElement>, Variant
|
|
|
2333
2333
|
declare const AreaChart: React$1.ForwardRefExoticComponent<AreaChartProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2334
2334
|
|
|
2335
2335
|
declare const kanbanBoardVariants: (props?: ({
|
|
2336
|
-
variant?: "ghost" | "
|
|
2336
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2337
2337
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2338
2338
|
declare const kanbanColumnVariants: (props?: ({
|
|
2339
|
-
variant?: "ghost" | "
|
|
2339
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2340
2340
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2341
2341
|
declare const kanbanCardVariants: (props?: ({
|
|
2342
|
-
variant?: "ghost" | "
|
|
2342
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2343
2343
|
isDragging?: boolean | null | undefined;
|
|
2344
2344
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2345
2345
|
interface KanbanCard {
|
|
@@ -2373,7 +2373,7 @@ interface KanbanBoardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
2373
2373
|
declare const KanbanBoard: React$1.ForwardRefExoticComponent<KanbanBoardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2374
2374
|
|
|
2375
2375
|
declare const carouselVariants: (props?: ({
|
|
2376
|
-
variant?: "
|
|
2376
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
2377
2377
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2378
2378
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
2379
2379
|
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
@@ -2477,7 +2477,7 @@ interface EmojiPickerProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
2477
2477
|
declare const EmojiPicker: React$1.ForwardRefExoticComponent<EmojiPickerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2478
2478
|
|
|
2479
2479
|
declare const richTextEditorVariants: (props?: ({
|
|
2480
|
-
variant?: "ghost" | "
|
|
2480
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2481
2481
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2482
2482
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2483
2483
|
interface RichTextEditorProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof richTextEditorVariants> {
|
|
@@ -2501,7 +2501,7 @@ interface RichTextEditorProps extends Omit<React$1.HTMLAttributes<HTMLDivElement
|
|
|
2501
2501
|
declare const RichTextEditor: React$1.ForwardRefExoticComponent<RichTextEditorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2502
2502
|
|
|
2503
2503
|
declare const imageCropperVariants: (props?: ({
|
|
2504
|
-
variant?: "ghost" | "
|
|
2504
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2505
2505
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2506
2506
|
interface ImageCropperProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof imageCropperVariants> {
|
|
2507
2507
|
/** Image source URL */
|
|
@@ -2528,7 +2528,7 @@ interface ImageCropperProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
2528
2528
|
declare const ImageCropper: React$1.ForwardRefExoticComponent<ImageCropperProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2529
2529
|
|
|
2530
2530
|
declare const qrCodeVariants: (props?: ({
|
|
2531
|
-
variant?: "
|
|
2531
|
+
variant?: "default" | "bordered" | "card" | null | undefined;
|
|
2532
2532
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2533
2533
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2534
2534
|
interface QRCodeProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "title">, VariantProps<typeof qrCodeVariants> {
|
|
@@ -2578,7 +2578,7 @@ interface ThemeProviderProps {
|
|
|
2578
2578
|
declare const ThemeProvider: React$1.FC<ThemeProviderProps>;
|
|
2579
2579
|
|
|
2580
2580
|
declare const themeToggleVariants: (props?: ({
|
|
2581
|
-
variant?: "ghost" | "
|
|
2581
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2582
2582
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2583
2583
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2584
2584
|
interface ThemeToggleProps extends VariantProps<typeof themeToggleVariants> {
|
|
@@ -2896,11 +2896,11 @@ interface ActionMenuProps extends VariantProps<typeof actionMenuTriggerVariants>
|
|
|
2896
2896
|
declare const ActionMenu: React$1.ForwardRefExoticComponent<ActionMenuProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2897
2897
|
|
|
2898
2898
|
declare const listViewVariants: (props?: ({
|
|
2899
|
-
variant?: "
|
|
2899
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
2900
2900
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2901
2901
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2902
2902
|
declare const listViewItemVariants: (props?: ({
|
|
2903
|
-
variant?: "
|
|
2903
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
2904
2904
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2905
2905
|
isSelected?: boolean | null | undefined;
|
|
2906
2906
|
isDisabled?: boolean | null | undefined;
|
|
@@ -3719,7 +3719,7 @@ declare const AppShellFooter: React$1.ForwardRefExoticComponent<AppShellFooterPr
|
|
|
3719
3719
|
declare const AppShellMain: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
3720
3720
|
|
|
3721
3721
|
declare const dashboardLayoutVariants: (props?: ({
|
|
3722
|
-
variant?: "
|
|
3722
|
+
variant?: "default" | "bordered" | "filled" | null | undefined;
|
|
3723
3723
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3724
3724
|
interface DashboardLayoutProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof dashboardLayoutVariants> {
|
|
3725
3725
|
/** Navigation items for sidebar */
|
package/dist/index.d.ts
CHANGED
|
@@ -985,7 +985,7 @@ interface StatCardProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantP
|
|
|
985
985
|
declare const StatCard: React$1.ForwardRefExoticComponent<StatCardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
986
986
|
|
|
987
987
|
declare const listVariants: (props?: ({
|
|
988
|
-
variant?: "
|
|
988
|
+
variant?: "default" | "bordered" | "striped" | null | undefined;
|
|
989
989
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
990
990
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
991
991
|
interface ListProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof listVariants> {
|
|
@@ -1764,11 +1764,11 @@ interface ListboxItemProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
1764
1764
|
declare const ListboxItem: React$1.ForwardRefExoticComponent<ListboxItemProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1765
1765
|
|
|
1766
1766
|
declare const sortableListVariants: (props?: ({
|
|
1767
|
-
variant?: "
|
|
1767
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
1768
1768
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1769
1769
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1770
1770
|
declare const sortableItemVariants: (props?: ({
|
|
1771
|
-
variant?: "
|
|
1771
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
1772
1772
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1773
1773
|
isDragging?: boolean | null | undefined;
|
|
1774
1774
|
isDragOver?: boolean | null | undefined;
|
|
@@ -1945,7 +1945,7 @@ interface TimePickerProps {
|
|
|
1945
1945
|
declare const TimePicker: React$1.ForwardRefExoticComponent<TimePickerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1946
1946
|
|
|
1947
1947
|
declare const virtualListVariants: (props?: ({
|
|
1948
|
-
variant?: "
|
|
1948
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
1949
1949
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1950
1950
|
interface VirtualListProps<T> extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "children">, VariantProps<typeof virtualListVariants> {
|
|
1951
1951
|
/** Array of items to render */
|
|
@@ -1970,7 +1970,7 @@ declare const VirtualList: <T>(props: VirtualListProps<T> & {
|
|
|
1970
1970
|
}) => React$1.ReactElement;
|
|
1971
1971
|
|
|
1972
1972
|
declare const infiniteScrollVariants: (props?: ({
|
|
1973
|
-
variant?: "
|
|
1973
|
+
variant?: "default" | "bordered" | null | undefined;
|
|
1974
1974
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1975
1975
|
declare const infiniteScrollLoaderVariants: (props?: ({
|
|
1976
1976
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -2205,7 +2205,7 @@ interface CopyButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonEl
|
|
|
2205
2205
|
declare const CopyButton: React$1.ForwardRefExoticComponent<CopyButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2206
2206
|
|
|
2207
2207
|
declare const fullCalendarVariants: (props?: ({
|
|
2208
|
-
variant?: "ghost" | "
|
|
2208
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2209
2209
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2210
2210
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2211
2211
|
type CalendarView = "month" | "week" | "day";
|
|
@@ -2333,13 +2333,13 @@ interface AreaChartProps extends React$1.HTMLAttributes<HTMLDivElement>, Variant
|
|
|
2333
2333
|
declare const AreaChart: React$1.ForwardRefExoticComponent<AreaChartProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2334
2334
|
|
|
2335
2335
|
declare const kanbanBoardVariants: (props?: ({
|
|
2336
|
-
variant?: "ghost" | "
|
|
2336
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2337
2337
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2338
2338
|
declare const kanbanColumnVariants: (props?: ({
|
|
2339
|
-
variant?: "ghost" | "
|
|
2339
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2340
2340
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2341
2341
|
declare const kanbanCardVariants: (props?: ({
|
|
2342
|
-
variant?: "ghost" | "
|
|
2342
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2343
2343
|
isDragging?: boolean | null | undefined;
|
|
2344
2344
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2345
2345
|
interface KanbanCard {
|
|
@@ -2373,7 +2373,7 @@ interface KanbanBoardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
2373
2373
|
declare const KanbanBoard: React$1.ForwardRefExoticComponent<KanbanBoardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2374
2374
|
|
|
2375
2375
|
declare const carouselVariants: (props?: ({
|
|
2376
|
-
variant?: "
|
|
2376
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
2377
2377
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2378
2378
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
2379
2379
|
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
@@ -2477,7 +2477,7 @@ interface EmojiPickerProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
2477
2477
|
declare const EmojiPicker: React$1.ForwardRefExoticComponent<EmojiPickerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2478
2478
|
|
|
2479
2479
|
declare const richTextEditorVariants: (props?: ({
|
|
2480
|
-
variant?: "ghost" | "
|
|
2480
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2481
2481
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2482
2482
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2483
2483
|
interface RichTextEditorProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof richTextEditorVariants> {
|
|
@@ -2501,7 +2501,7 @@ interface RichTextEditorProps extends Omit<React$1.HTMLAttributes<HTMLDivElement
|
|
|
2501
2501
|
declare const RichTextEditor: React$1.ForwardRefExoticComponent<RichTextEditorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2502
2502
|
|
|
2503
2503
|
declare const imageCropperVariants: (props?: ({
|
|
2504
|
-
variant?: "ghost" | "
|
|
2504
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2505
2505
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2506
2506
|
interface ImageCropperProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof imageCropperVariants> {
|
|
2507
2507
|
/** Image source URL */
|
|
@@ -2528,7 +2528,7 @@ interface ImageCropperProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
|
|
|
2528
2528
|
declare const ImageCropper: React$1.ForwardRefExoticComponent<ImageCropperProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2529
2529
|
|
|
2530
2530
|
declare const qrCodeVariants: (props?: ({
|
|
2531
|
-
variant?: "
|
|
2531
|
+
variant?: "default" | "bordered" | "card" | null | undefined;
|
|
2532
2532
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2533
2533
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2534
2534
|
interface QRCodeProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "title">, VariantProps<typeof qrCodeVariants> {
|
|
@@ -2578,7 +2578,7 @@ interface ThemeProviderProps {
|
|
|
2578
2578
|
declare const ThemeProvider: React$1.FC<ThemeProviderProps>;
|
|
2579
2579
|
|
|
2580
2580
|
declare const themeToggleVariants: (props?: ({
|
|
2581
|
-
variant?: "ghost" | "
|
|
2581
|
+
variant?: "ghost" | "default" | "bordered" | null | undefined;
|
|
2582
2582
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2583
2583
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2584
2584
|
interface ThemeToggleProps extends VariantProps<typeof themeToggleVariants> {
|
|
@@ -2896,11 +2896,11 @@ interface ActionMenuProps extends VariantProps<typeof actionMenuTriggerVariants>
|
|
|
2896
2896
|
declare const ActionMenu: React$1.ForwardRefExoticComponent<ActionMenuProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2897
2897
|
|
|
2898
2898
|
declare const listViewVariants: (props?: ({
|
|
2899
|
-
variant?: "
|
|
2899
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
2900
2900
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2901
2901
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2902
2902
|
declare const listViewItemVariants: (props?: ({
|
|
2903
|
-
variant?: "
|
|
2903
|
+
variant?: "default" | "bordered" | "cards" | null | undefined;
|
|
2904
2904
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2905
2905
|
isSelected?: boolean | null | undefined;
|
|
2906
2906
|
isDisabled?: boolean | null | undefined;
|
|
@@ -3719,7 +3719,7 @@ declare const AppShellFooter: React$1.ForwardRefExoticComponent<AppShellFooterPr
|
|
|
3719
3719
|
declare const AppShellMain: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
3720
3720
|
|
|
3721
3721
|
declare const dashboardLayoutVariants: (props?: ({
|
|
3722
|
-
variant?: "
|
|
3722
|
+
variant?: "default" | "bordered" | "filled" | null | undefined;
|
|
3723
3723
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3724
3724
|
interface DashboardLayoutProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof dashboardLayoutVariants> {
|
|
3725
3725
|
/** Navigation items for sidebar */
|