UNPKG

react-jsx-style

Version:

create dynamic injected styles with react component or hooks

13 lines (12 loc) 326 B
declare type KeyframeProps = { identity: string; children?: any; }; declare function Keyframe({ identity, children }: KeyframeProps): JSX.Element; declare namespace Keyframe { var Block: ({ selector, value: styles }: { selector: string; value: {}; }) => JSX.Element; } export default Keyframe;