UNPKG

adou-ui

Version:

feat:修复了TagInput无法清空的问题

11 lines (10 loc) 277 B
import React from "react"; import "./index.scss"; interface EmptyProps { showSvg?: boolean; svg?: React.ReactNode; text?: any; style?: any; } declare const Empty: ({ showSvg, svg, text, style }: EmptyProps) => React.JSX.Element; export default Empty;