UNPKG

@wulperstudio/cms

Version:
7 lines (6 loc) 180 B
import { TypographyProps } from '@mui/material'; export interface SignatureOutputModel { title?: string; titleProps?: Omit<TypographyProps, 'children'>; url: string; }