UNPKG

recastui

Version:

Solidjs components library focused on usability, whitelabel theming, accessibility and developer experience

12 lines (11 loc) 297 B
import { Meta } from '@storybook/html'; declare const _default: Meta<import("@storybook/html").Args>; export default _default; export declare const Default: { (args: any): import("solid-js").JSX.Element; args: { p: string; color: string; variant: string; }; };