UNPKG

avent-ui

Version:

The best UI library for Typescript and React

7 lines (6 loc) 120 B
interface renderTypes { isServer: boolean; isClient: boolean; isLoading: boolean; } export { renderTypes };