UNPKG

welcome-ui

Version:

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

8 lines (7 loc) 757 B
import { CreateWuiProps } from '../System'; export type CardProps = CreateWuiProps<'div'>; export declare const CardComponent: import('../System').CreateWuiComponent<"div", CardProps>; export declare const Card: import('../System').CreateWuiComponent<"div", CardProps> & { Body: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>> & import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, never>> & string; Cover: import('react').FC<import('./Cover').CoverProps>; };