UNPKG

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