mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
6 lines
225 B
TypeScript
6 lines
225 B
TypeScript
import { PropertyPath } from "../_internal/PropertyPath.mjs";
|
|
|
|
//#region src/compat/object/propertyOf.d.ts
|
|
declare function propertyOf<T extends {}>(object: T): (path: PropertyPath) => any;
|
|
//#endregion
|
|
export { propertyOf }; |