UNPKG

@vtex/styleguide

Version:

> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))

23 lines (22 loc) 441 B
export declare const products: { id: number; name: string; categories: string[]; manufacturer: string; qty: number; costPrice: number; retailPrice: number; wholesalePrice: number; }[]; export declare const payments: { id: number; icon: string; name: string; status: string; }[]; export declare const customers: { id: number; name: string; email: string; location: string; }[];