type.d.ts 180 B

12345678910
  1. export interface TdColProps {
  2. offset?: {
  3. type: null;
  4. value?: string | number;
  5. };
  6. span?: {
  7. type: null;
  8. value?: string | number;
  9. };
  10. }