UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

10 lines (9 loc) 290 B
import type { CheckableTagProps, TagWrapProps } from './types'; declare const TagWrap: { (props: TagWrapProps): JSX.Element; defaultProps: { displayMode: string; }; }; export declare const CheckableTag: (props: CheckableTagProps) => JSX.Element; export default TagWrap;