export interface TdRowProps { gutter?: string | number; } export interface TdColProps { offset?: string | number; span?: string | number; }