UNPKG

@vnmfify/core

Version:

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

6 lines (5 loc) 238 B
/// <reference types="react" /> import { SheetHeaderProps } from "../sheet"; export interface ActionSheetHeaderProps extends SheetHeaderProps { } export default function ActionSheetHeader(props: ActionSheetHeaderProps): JSX.Element;