MCPcopy Create free account
hub / github.com/EasyWebApp/WebCell / AnimateCSSProps

Interface AnimateCSSProps

source/Animation/index.tsx:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9export * from './type';
10
11export interface AnimateCSSProps {
12 type: AnimationType;
13 component: FC<WebCellProps>;
14}
15
16export interface AnimateCSS extends WebCell<AnimateCSSProps> {}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected