Files
web-ui/src/components/types.ts
2026-02-22 20:35:27 +01:00

2 lines
57 B
TypeScript

export type ComponentSize = 'sm' | 'md' | 'lg' | 'full';