@carbon/ibm-products
Version:
Carbon for IBM Products
16 lines • 937 B
TypeScript
/**
* Copyright IBM Corp. 2025, 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 { Tearsheet } from './Tearsheet';
export { StackProvider, useStackContext } from './StackContext';
export type { StackContextType } from './StackContext';
export type { TearsheetProps, TearsheetComponentType } from './Tearsheet';
export type { MainContentProps, SummaryContentProps, TearsheetBodyProps, InfluencerProps, } from './TearsheetBody';
export type { TearsheetHeaderProps, TearsheetNavigationBarProps, TearsheetScrollButtonProps, } from './TearsheetHeader';
export type { TearsheetHeaderActionItemProps, TearsheetHeaderActionsProps, } from './TearsheetHeaderActions';
export type { TearsheetHeaderContentProps } from './TearsheetHeaderContent';
export type { TearsheetFooterProps } from './TearsheetFooter';
//# sourceMappingURL=index.d.ts.map