UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 201 B
import './style'; import { withInstall } from '../_util/withInstall'; import Tag from './tag.js'; export { tagProps } from './props'; const FTag = withInstall(Tag); export { FTag, FTag as default };