FlagSizes
const FlagSizes: object;Defined in: core/src/utils.ts:43
Standard flag sizes
Type Declaration
Section titled “Type Declaration”readonly lg: 48 = 48;readonly md: 32 = 32;readonly sm: 24 = 24;readonly xl: 64 = 64;readonly xs: 16 = 16;readonly xxl: 96 = 96;readonly xxxl: 128 = 128;