react-ui-mat
Version:
- ANIMATE - BADGES ( success, danger, info, light, primary, green ) - BEHAVIOR - BUTTONS - CHECKBOX - COLLAPSE - CONTEXT PANEL - DATE PICKER - DATEPICKER - DATEUTIL - DIVIDER - DRAGABLE MODAL - INCORRECT_ENTRY - INPUT - INPUT_FIELDS - MULTISELECT - MUPLAY
8 lines (7 loc) • 487 B
TypeScript
import { CardSectionContentProps, CardSectionProps, CardSectionRowProps, CardSectionTitleProps } from './types';
export declare function CardSection({ children, className }: CardSectionProps): JSX.Element;
export declare namespace CardSection {
var Title: ({ children, className }: CardSectionTitleProps) => JSX.Element;
var Content: ({ children, className }: CardSectionContentProps) => JSX.Element;
var Row: ({ children, className }: CardSectionRowProps) => JSX.Element;
}