UNPKG

@atlaskit/storybook-addon-design-system

Version:
9 lines (8 loc) 178 B
import React from 'react'; /** * __Tool__ * * ADS Toolbar UI, visible in the topbar of the storybook UI. */ declare const Tool: () => React.JSX.Element; export default Tool;