UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

66 lines (65 loc) 1.31 kB
export declare const tokenColors: ({ token: string; value: string; }[] | { token: string; value: string; setBgColor: boolean; }[])[]; export declare const spacingData: { token: string; value: string; }[]; export declare const textColors: ({ token: string; value: string; setBgColor?: undefined; } | { token: string; value: string; setBgColor: boolean; })[]; export declare const fontSize: { token: string; value: string; }[]; export declare const fontWeight: { token: string; value: string; }[]; export declare const fontHeight: { token: string; value: string; }[]; export declare const borderData: { token: string; value: string; }[]; export declare const shadowData: { token: string; value: string; }[]; export declare const gridBreakpointData: { token: string; value: string; }[]; export declare const transitionsCurveData: { token: string; value: string; }[]; export declare const transitionsDurationData: { token: string; value: string; }[]; export declare const opacityData: { token: string; value: string; }[]; export declare const borderRadiusData: { token: string; value: string; }[]; export declare const borderWidthData: { token: string; value: string; }[];