UNPKG

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