type.d.ts 107 B

123456
  1. export interface TdRowProps {
  2. gutter?: {
  3. type: null;
  4. value?: string | number;
  5. };
  6. }