UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

8 lines (7 loc) 156 B
import { ReactNode } from "react"; export declare type Props = { title: string; children: ReactNode; className?: string; style?: Object; };