UNPKG

@fremtind/jkl-core

Version:
11 lines (10 loc) 767 B
export type { Easing, Timing } from "./utils"; export { initTabListener, getValuePair, breakpoints, timings, easings, mergeRefs, mergeProps, getThemeAndDensity, } from "./utils"; export type { Density, PossibleRef } from "./utils"; export type { LinkProps, NavLinkProps, ScreenReaderOnlyProps, } from "./components"; export { Link, NavLink, ScreenReaderOnly, SlotComponent } from "./components"; export type { ColorScheme, DataTestAutoId, ValuePair, WithChildren, WithOptionalChildren, } from "./types"; export { default as tokens } from "./tokens"; export type { PolymorphicProps, PolymorphicPropsWithRef, PolymorphicRef, } from "./polymorphism"; export type { AsChildProps } from "./as-child"; export { default as tailwindPreset } from "./tailwind/tailwindPreset";