UNPKG

@wulperstudio/cms

Version:
7 lines (6 loc) 155 B
import { ReactNode } from 'react'; export interface FlagOutputModel { color: string; variant: 'contained' | 'outlined'; children: ReactNode; }