UNPKG

148 BTypeScriptView Raw
1export declare const parameters: {
2 backgrounds: {
3 values: {
4 name: string;
5 value: string;
6 }[];
7 };
8};