UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

5 lines (4 loc) 165 B
import React from 'react'; import { BioCardRowProps } from './BioCardRow.types'; declare const BioCardRow: React.FC<BioCardRowProps>; export default BioCardRow;