UNPKG

@abgov/react-components

Version:

Government of Alberta - UI components for React

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