@trail-ui/react
Version:
10 lines (7 loc) • 346 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import react__default from 'react';
interface IconProps extends Omit<JSX.IntrinsicElements['svg'], 'ara-hidden'> {
children: react__default.ReactNode;
}
declare function Icon({ children, 'aria-label': ariaLabel, ...props }: IconProps): react_jsx_runtime.JSX.Element;
export { Icon };