lucid-ui
Version:
A UI component library from AppNexus.
12 lines (11 loc) • 590 B
TypeScript
export declare const ComplexTableSvgPath: string;
export declare const SimpleTableSvgPath: string;
export declare const cxBackgroundGray: ((...args: any[]) => string) & {
bind(nextValue?: string, ...args: any[]): ((...args: any[]) => string) & any;
};
export declare const cxBackgroundNeutral: ((...args: any[]) => string) & {
bind(nextValue?: string, ...args: any[]): ((...args: any[]) => string) & any;
};
export declare const cxBackgroundGrayStrokeNeutralFill: ((...args: any[]) => string) & {
bind(nextValue?: string, ...args: any[]): ((...args: any[]) => string) & any;
};