UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

15 lines (14 loc) 436 B
import { type StyleValue } from 'vue'; import { type DefaultProps } from '../config'; export interface ShareSheetRowProps { rootStyle?: StyleValue; rootClass?: string; } export declare const defaultShareSheetRowProps: () => DefaultProps<ShareSheetRowProps>; export interface ShareSheetRowSlots { default?(props: Record<string, never>): any; } export interface ShareSheetRowEmits { } export interface ShareSheetRowExpose { }