deepseek-pc/node_modules/naive-ui/lib/_styles/transitions/fade-in-width-expand.cssr.d.ts

8 lines
250 B
TypeScript
Raw Normal View History

2025-02-28 19:43:11 +08:00
import type { CNode } from 'css-render';
interface FadeInWidthExpandTransition {
duration?: string;
delay?: string;
}
export declare function fadeInWidthExpandTransition({ duration, delay }?: FadeInWidthExpandTransition): CNode[];
export {};