type.d.ts 191 B

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