Skip to main content

IconButtonSize

type
type IconButtonSize = 'lg' | 'md' | 'sm' | 'xs' | 'default'

Import

import { IconButtonSize } from '@modular/sdk/ui';