UNPKG

take-shot

Version:
5 lines (4 loc) 209 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; import { CSSValue } from '../syntax/parser'; export type Content = CSSValue[]; export declare const content: IPropertyListDescriptor<Content>;