UNPKG

@vitus-labs/rocketstyle

Version:

Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.

4 lines 195 B
export type IsRocketComponent = <T>(component: T) => boolean; declare const isRocketComponent: IsRocketComponent; export default isRocketComponent; //# sourceMappingURL=isRocketComponent.d.ts.map