UNPKG

take-shot

Version:
5 lines (4 loc) 210 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export type FONT_FAMILY = string; export type FontFamily = FONT_FAMILY[]; export declare const fontFamily: IPropertyListDescriptor<FontFamily>;