UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (7 loc) 291 B
import { Context } from '../core/context'; import { IStyleSheetProps } from './IStylesheetProps'; export interface ICreateStylesheetProps { ctx: Context; stylesheet?: IStyleSheetProps; } export declare function createStylesheetProps(props: ICreateStylesheetProps): IStyleSheetProps;