UNPKG

@iktos-oss/molecule-representation

Version:

exports interactif molecule represnetations as react components

8 lines (7 loc) 196 B
import React from 'react'; interface IProps { name: string; [key: string]: React.CSSProperties | string; } export declare const Keyframes: (props: IProps) => React.JSX.Element; export {};