| 9 | export * from './type'; |
| 10 | |
| 11 | export interface AnimateCSSProps { |
| 12 | type: AnimationType; |
| 13 | component: FC<WebCellProps>; |
| 14 | } |
| 15 | |
| 16 | export interface AnimateCSS extends WebCell<AnimateCSSProps> {} |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected