aliaset
Version:
twind monorepo
10 lines (7 loc) • 330 B
TypeScript
// ONLY FOR TYPEDOC TO FIND the exports (https://github.com/TypeStrong/typedoc/issues/1937)
export { default } from './src/index'
export * from './src/index'
export * as colors from './src/colors'
export * as defaultTheme from './src/defaultTheme'
export * as rules from './src/rules'
export * as variants from './src/variants'