UNPKG

148 BTypeScriptView Raw
1export type Palette = string[] & {
2 primary?: string;
3};
4export type PalettesProps = Record<string, Palette>;
5//# sourceMappingURL=types.d.ts.map
\No newline at end of file