UNPKG

kinetic-components

Version:

Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.

8 lines (7 loc) 219 B
declare class ExampleState { internalAttributeState?: boolean; constructor(startingState?: boolean); toggleAttributeState: () => void; get someAttribute(): boolean; } export default ExampleState;