7 lines
188 B
TypeScript
7 lines
188 B
TypeScript
|
|
import type { ClConfirmAction, ClConfirmOptions, ClToastOptions } from "../../types";
|
||
|
|
import type { UiInstance } from "../../hooks";
|
||
|
|
|
||
|
|
export type ClPageUiProps = {
|
||
|
|
className?: string;
|
||
|
|
};
|