UNPKG

zarm

Version:

基于 React 的移动端UI库

8 lines (7 loc) 480 B
/// <reference types="react" /> export type { ActionSheetProps, ActionSheetCssVars } from './ActionSheet'; export type { ActionSheetItemProps } from './ActionSheetItem'; declare const _default: import("react").ForwardRefExoticComponent<import("./ActionSheet").ActionSheetProps & import("react").RefAttributes<HTMLDivElement>> & { show: (props: Omit<import("./ActionSheet").ActionSheetProps, "visible">) => import("../utils/dom").ImperativeHandler; }; export default _default;