UNPKG

@navinc/base-react-components

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