zarm
Version:
基于 React 的移动端UI库
7 lines (6 loc) • 406 B
TypeScript
import * as React from 'react';
import type { HTMLProps } from '../utils/utilityTypes';
import type { BaseActionSheetItemProps } from './interface';
export declare type ActionSheetItemProps = BaseActionSheetItemProps & HTMLProps;
declare const ActionSheetItem: React.ForwardRefExoticComponent<BaseActionSheetItemProps & HTMLProps<{}> & React.RefAttributes<HTMLDivElement>>;
export default ActionSheetItem;