Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/ui
IconButtonSize
type
type IconButtonSize = 'lg' | 'md' | 'sm' | 'xs' | 'default'
Import
import { IconButtonSize } from '@modular/sdk/ui';