UNPKG

@navinc/base-react-components

Version:
9 lines (8 loc) 305 B
import { FunctionComponent } from 'react'; import { StyledButtonProps } from './button.js'; import { IconName } from './icons/index.js'; interface ButtonLinkIconProps extends StyledButtonProps { name: IconName; } export declare const ButtonLinkIcon: FunctionComponent<ButtonLinkIconProps>; export {};