@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
12 lines • 565 B
TypeScript
import { Scope } from "../constants";
type Options = {
componentType: string;
scope: Scope;
injectable: true;
} & Record<string, any>;
export declare function component<T extends object>(params?: Partial<Options>): (target: T) => void;
export declare function args(...args: any): (target: any, propertyKey: any, parameterIndex: number) => void;
export declare const queryBuilder: (...args: any) => (target: object) => void;
export declare const transactions: (...args: any) => (target: object) => void;
export {};
//# sourceMappingURL=component.d.ts.map