mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
4 lines
165 B
TypeScript
4 lines
165 B
TypeScript
export type Color = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark';
|
|
|
|
export type ModalSize = 'sm' | 'lg' | 'xl' | undefined;
|