UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

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