UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

23 lines 1.1 kB
/** * Contains the color definition of Office charts. * Default color set for all charts * Use for backgroundColor in chart data set. */ export declare const OFFICE_COLORFUL1: string[]; export declare const OFFICE_COLORFUL2: string[]; export declare const OFFICE_COLORFUL3: string[]; export declare const OFFICE_COLORFUL4: string[]; export declare const OFFICE_MONOCHROMATIC1: string[]; export declare const OFFICE_MONOCHROMATIC2: string[]; export declare const OFFICE_MONOCHROMATIC3: string[]; export declare const OFFICE_MONOCHROMATIC4: string[]; export declare const OFFICE_MONOCHROMATIC5: string[]; export declare const OFFICE_MONOCHROMATIC6: string[]; export declare const OFFICE_MONOCHROMATIC7: string[]; export declare const OFFICE_MONOCHROMATIC8: string[]; export declare const OFFICE_MONOCHROMATIC9: string[]; export declare const OFFICE_MONOCHROMATIC10: string[]; export declare const OFFICE_MONOCHROMATIC11: string[]; export declare const OFFICE_MONOCHROMATIC12: string[]; export declare const OFFICE_MONOCHROMATIC13: string[]; //# sourceMappingURL=ChartColorPalettes.d.ts.map