@spaceone/design-system
Version:
SpaceONE Design System
18 lines (17 loc) • 346 B
text/typescript
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;
}