UNPKG

@kwiz/fluentui

Version:

KWIZ common controls for FluentUI

10 lines (9 loc) 276 B
import React from 'react'; import { iCardProps } from './card'; interface iProps { cards: iCardProps[]; /** centered back-fill control */ backfill?: JSX.Element; } export declare const CardList: React.FunctionComponent<React.PropsWithChildren<iProps>>; export {};