UNPKG

@abgov/react-components

Version:

Government of Alberta - UI components for React

14 lines (13 loc) 393 B
import { JSX } from 'react'; declare module "react" { namespace JSX { interface IntrinsicElements { "goa-card-actions": React.HTMLAttributes<HTMLElement>; } } } export interface GoabCardActionsProps { children?: React.ReactNode; } export declare function GoabCardActions({ children }: GoabCardActionsProps): JSX.Element; export default GoabCardActions;