UNPKG

@kform/scaffolder

Version:

Scaffolding utilities for KForm projects.

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