UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

6 lines (5 loc) 137 B
import { TNode } from '../common'; export interface TdInputAdornmentProps { append?: string | TNode; prepend?: string | TNode; }