size.d.ts 161 B

12345
  1. import { AttributeCfg } from '../interface';
  2. import Attribute from './base';
  3. export default class Size extends Attribute {
  4. constructor(cfg: AttributeCfg);
  5. }