CNCEC_APP/uni_modules/uview-pro/components/u-safe-bottom/props.ts

12 lines
271 B
TypeScript
Raw Normal View History

2026-03-25 14:54:15 +08:00
import type { ExtractPropTypes } from 'vue';
import { baseProps } from '../common/props';
/**
* SafeBottomProps SafeBottom
*/
export const SafeBottomProps = {
...baseProps
};
export type SafeBottomProps = ExtractPropTypes<typeof SafeBottomProps>;