UNPKG

hh-ui-components

Version:
7 lines (6 loc) 256 B
/// <reference types="react" /> interface SvgProps { inline?: boolean; } declare const Svg: import("@storybook/theming").StyledComponent<import("react").SVGProps<SVGSVGElement>, SvgProps, import("@storybook/theming").Theme>; export { Svg as default };