mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
5 lines
280 B
TypeScript
5 lines
280 B
TypeScript
//#region src/normalizeOptions.d.ts
|
|
declare function normalizeOptions<T>(enableDefault: boolean, defaultOptions: T, key: string): <U extends boolean | undefined | T>(options: U) => T | false;
|
|
//#endregion
|
|
export { normalizeOptions };
|
|
//# sourceMappingURL=normalizeOptions.d.ts.map
|