eslint-plugin-logical-properties
Version:
30 lines • 795 B
TypeScript
export declare const configSchema: {
readonly type: "object";
readonly properties: {
readonly functions: {
readonly type: "array";
readonly items: {
readonly type: "string";
};
};
readonly jsxAttributes: {
readonly type: "array";
readonly items: {
readonly type: "string";
};
};
readonly keyframes: {
readonly type: "array";
readonly items: {
readonly type: "string";
};
};
readonly resolvers: {
readonly type: "array";
readonly items: {
readonly type: "string";
};
};
};
};
//# sourceMappingURL=config.d.ts.map