lucid-ui
Version:
A UI component library from Xandr.
18 lines • 775 B
TypeScript
interface ICommonConfig {
getDefaultProps?: () => {};
exemptFunctionProps?: string[];
exemptChildComponents?: string[];
selectRoot?: any;
noExport?: boolean;
}
export declare function common(Component: any, config?: ICommonConfig): void;
interface IIconConfig {
includeInitialState: boolean;
}
export declare function icons(Component: any, config?: IIconConfig): void;
export declare function passThroughs(Component: any, config?: IIconConfig): void;
export declare function controls(Component: any, { callbackName, controlSelector, eventType, additionalProps }: any): void;
export declare function functionalComponents(FC: any): void;
export declare const mockDate: (dateString: string) => void;
export {};
//# sourceMappingURL=generic-tests.d.ts.map