Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-toast/props.ts

6 lines
105 B
TypeScript
Raw Normal View History

2025-11-13 10:36:23 +08:00
import type { ClToastOptions } from "../../types";
export type ClToastProps = {
className?: string;
};