UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

10 lines (9 loc) 234 B
export declare type IRowComponentProps = IRowProps & IRowStyledProps; export interface IRowProps { items: any[]; } export interface IRowStyledProps { numberOfColumns: number; } export interface IStyledColumnProps { }