Files
tekelanew_acs/acs/nladmin-ui/node_modules/xe-utils/property.d.ts

14 lines
256 B
TypeScript
Raw Normal View History

2024-12-03 17:40:13 +08:00
/**
*
* @param path
*/
export declare function property(path: string | null): Function;
declare module './ctor' {
interface XEUtilsMethods {
property: typeof property;
}
}
export default property