UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

8 lines 373 B
export { tva } from './tva'; export { cn } from './cn'; export type { TVA, TVReturnType, VariantProps } from './types'; export { withStyleContext, useStyleContext } from './withStyleContext'; export { isWeb } from './IsWeb'; export { flush, setFlushStyles } from './flush'; export { default as gluestackPlugin } from './tailwind-plugin'; //# sourceMappingURL=index.d.ts.map