@fremtind/jkl-core
Version:
Jøkul core styles
11 lines (10 loc) • 767 B
TypeScript
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";