UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

5 lines (4 loc) 283 B
import { CreateWuiProps } from '../../System'; import type * as Ariakit from '@ariakit/react'; export type AssetDrawerProps = CreateWuiProps<'div', Ariakit.DialogOptions>; export declare const AssetDrawerComponent: import('../../System').CreateWuiComponent<"div", AssetDrawerProps>;