welcome-ui
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
5 lines (4 loc) • 535 B
TypeScript
import { WuiProps } from '../System';
export declare const Radios: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<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>, {
flexDirection?: WuiProps["flexDirection"];
}>> & string;