UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

17 lines 778 B
export declare function common(Component: any, { getDefaultProps, exemptFunctionProps, exemptChildComponents, selectRoot, noExport, }?: { getDefaultProps?: (() => {}) | undefined; exemptFunctionProps?: never[] | undefined; exemptChildComponents?: never[] | undefined; selectRoot?: { <T>(value: T): T; (): undefined; } | undefined; noExport?: boolean | undefined; }): void; export declare function icons(Component: any): void; export declare function controls(Component: any, { callbackName, controlSelector, eventType, additionalProps }: any): void; export declare function functionalComponents(FC: any): void; export declare const mockDate: ((...args: any) => void) & { restore(): void; }; //# sourceMappingURL=generic-tests.d.ts.map