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