UNPKG

@vnmfify/core

Version:

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

8 lines (7 loc) 209 B
import { ReactNode } from "react"; interface PickerTitleProps { className?: string; children?: ReactNode; } export default function PickerTitle(props: PickerTitleProps): JSX.Element; export {};