storybook-addon-playground
Version:
A playground to enable consumers learn how to use the component library or to reproduce bugs
12 lines • 394 B
TypeScript
import React from "react";
interface EditorToolbarButtonProps {
tooltip?: string;
text?: string;
renderIcon: React.FC<React.SVGProps<SVGSVGElement>>;
disabled?: boolean;
smallPadding?: boolean;
onClick?: () => void;
}
declare const _default: React.NamedExoticComponent<EditorToolbarButtonProps>;
export default _default;
//# sourceMappingURL=EditorToolbarButton.d.ts.map