@kadconsulting/dry
Version:
KAD Reusable Component Library
15 lines (14 loc) • 615 B
TypeScript
import type { StoryObj } from '@storybook/react';
declare const _default: {
title: string;
tags: string[];
component: ({ themes, children, overrides, selector, }: import("~components/ThemeProvider").ThemeProviderProps) => import("react/jsx-runtime").JSX.Element;
argTypes: {};
};
export default _default;
export declare const Default: StoryObj;
export declare const WithSystemPreference: StoryObj;
export declare const WithSelectorOverride: StoryObj;
export declare const WithCustomTheme: StoryObj;
export declare const WithDemoCustomTheme: StoryObj;
export declare const WithThemeToggle: StoryObj;