UNPKG

gather-content-ui

Version:
8 lines 283 B
declare function Control({ onClick, iconName, children, className, danger, ...buttonProps }: any): import("react/jsx-runtime").JSX.Element; declare namespace Control { var defaultProps: { danger: boolean; }; } export { Control }; //# sourceMappingURL=Control.d.ts.map