小程序初始提交
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export type ClSafeAreaPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClSafeAreaProps = {
|
||||
className?: string;
|
||||
pt?: ClSafeAreaPassThrough;
|
||||
type?: "top" | "bottom";
|
||||
transparent?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user