PronounsPage/shared/bootstrap.ts

4 lines
165 B
TypeScript

export type Color = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark';
export type ModalSize = 'sm' | 'lg' | 'xl' | undefined;