UNPKG

@muban/template

Version:

Writing templates for Muban components during development

6 lines (5 loc) 287 B
/** * Function to turn falsy boolean prop values to the string 'false' */ export declare function processFalsyBooleanProps(props: Record<string, unknown> | null): Record<string, unknown> | null; export declare const html: (strings: TemplateStringsArray, ...values: Array<any>) => any;