2
0

flexible.d.ts 77 B

123
  1. export declare function flexible(options: {
  2. minWidth?: number;
  3. }): void;