This commit is contained in:
2026-03-25 14:54:15 +08:00
commit ab4646b43a
827 changed files with 123812 additions and 0 deletions
@@ -0,0 +1,11 @@
import type { ExtractPropTypes } from 'vue';
import { baseProps } from '../common/props';
/**
* SafeBottomProps SafeBottom 底部安全区
*/
export const SafeBottomProps = {
...baseProps
};
export type SafeBottomProps = ExtractPropTypes<typeof SafeBottomProps>;