7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
import type { CNode } from 'css-render';
|
|
interface FadeUpWidthExpandTransition {
|
|
duration?: string;
|
|
}
|
|
export declare function fadeUpWidthExpandTransition({ duration }?: FadeUpWidthExpandTransition): CNode[];
|
|
export {};
|