UNPKG

@kform/scaffolder

Version:

Scaffolding utilities for KForm projects.

5 lines (4 loc) 154 B
/** * Value for a data attribute given a condition. */ export declare function boolDataAttr(condition: boolean | null | undefined): string | undefined;