UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

8 lines (7 loc) 262 B
import { ViewProps } from "@vnxjs/components/types/View"; import { ReactNode } from "react"; interface CellBriefProps extends ViewProps { children: ReactNode; } declare function CellBrief(props: CellBriefProps): JSX.Element; export default CellBrief;