UNPKG

gather-content-ui

Version:
9 lines 304 B
declare function DeleteablePill({ name, onRemove, warning, id }: any): import("react/jsx-runtime").JSX.Element; declare namespace DeleteablePill { var defaultProps: { onRemove: () => void; warning: null; }; } export { DeleteablePill }; //# sourceMappingURL=DeleteablePill.d.ts.map