Files
WAI_Project_UNIX/uni_modules/cool-ui/components/cl-page/props.ts

7 lines
188 B
TypeScript
Raw Normal View History

2025-07-21 16:47:04 +08:00
import type { ClConfirmAction, ClConfirmOptions, ClToastOptions } from "../../types";
import type { UiInstance } from "../../hooks";
export type ClPageUiProps = {
className?: string;
};