UNPKG

legions-thirdparty-plugin

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