UNPKG

@spaceone/design-system

Version:
18 lines (17 loc) 346 B
export interface IconTextButtonProps { href?: string; size?: string; iconColor?: string; iconDirection: string; // name: string; dir: string | null; fill: boolean; width: string; height: string; scale?: string; styleType?: string; disabled: boolean; outline: boolean; block: boolean; }