/** * Copyright IBM Corp. 2023, 2023 * * 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 { InlineTip } from './InlineTip'; export { InlineTipButton } from './InlineTipButton'; export { InlineTipLink } from './InlineTipLink'; export type { InlineTipProps } from './InlineTip'; export type { InlineTipButtonProps } from './InlineTipButton'; export type { InlineTipLinkProps } from './InlineTipLink'; //# sourceMappingURL=index.d.ts.map