UNPKG

279 BTypeScriptView Raw
1/**
2 * Decorator used to specify the default path for SPQueryable objects
3 *
4 * @param path
5 */
6export declare function defaultPath(path: string): <T extends new (...args: any[]) => {}>(target: T) => {
7 new (...args: any[]): {};
8} & T;
9//# sourceMappingURL=decorators.d.ts.map
\No newline at end of file