UNPKG

@carbon/react

Version:

React components for the Carbon Design System

18 lines (17 loc) 614 B
/** * Copyright IBM Corp. 2016, 2025 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ export * from './Text'; export * from './TextDirection'; export * from './TextDirectionContext'; export declare const Label: { (props: import("./Text").TextProps<import("react").ElementType>): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const Legend: { (props: import("./Text").TextProps<import("react").ElementType>): import("react/jsx-runtime").JSX.Element; displayName: string; };