UNPKG

@leafer-in/interface

Version:
7 lines (6 loc) 225 B
import { IUI, IUIInputData } from '@leafer-ui/interface' export interface IStroker extends IUI { target: IUI | IUI[] update(style?: IUIInputData): void setTarget(target: IUI | IUI[], style?: IUIInputData): void }