UNPKG

@spratch/whtable

Version:

A typescript react accessible table component for WealthHealth

8 lines (7 loc) 224 B
export type CtaProps = { to: string; text: string; primary?: boolean; Icon?: React.ElementType; }; export default function Cta({ to, text, primary, Icon }: CtaProps): import("react/jsx-runtime").JSX.Element;