Files
2025-11-13 10:36:23 +08:00

11 lines
198 B
TypeScript

export type ClSafeAreaPassThrough = {
className?: string;
};
export type ClSafeAreaProps = {
className?: string;
pt?: ClSafeAreaPassThrough;
type?: "top" | "bottom";
transparent?: boolean;
};