@spark-web/text
Version:
--- title: Text storybookPath: typography-text--default isExperimentalPackage: false ---
13 lines (12 loc) • 685 B
TypeScript
export { useTextContext } from "./context.js";
export { DefaultTextPropsProvider, useDefaultTextProps, } from "./default-text-props.js";
export { Strong } from "./strong.js";
export { Text } from "./text.js";
export { useForegroundTone } from "./use-foreground-tone.js";
export { useNumberOfLines } from "./use-number-of-lines.js";
export { useOverflowStrategy } from "./use-overflow-strategy.js";
export { createTextStyles, useText } from "./use-text.js";
export type { StrongProps } from "./strong.js";
export type { TextProps } from "./text.js";
export type { ForegroundTone } from "./use-foreground-tone.js";
export type { TextOverflowStrategy } from "./use-overflow-strategy.js";