+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Get boolean customisation value from attribute
|
||||
*/
|
||||
declare function toBoolean(name: string, value: unknown, defaultValue: boolean): boolean;
|
||||
export { toBoolean };
|
||||
Reference in New Issue
Block a user