UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

9 lines (8 loc) 615 B
export type * from "./Inline.js"; export type * from "./Inline.Separator.js"; export type * from "./Inline.Stretch.js"; declare const _default: import("react").ForwardRefExoticComponent<import("./Inline.js").InlineProps & import("react").RefAttributes<HTMLDivElement>> & { Separator: import("react").ForwardRefExoticComponent<import("./Inline.Separator.js").InlineSeparatorProps & import("react").RefAttributes<HTMLDivElement>>; Stretch: import("react").ForwardRefExoticComponent<import("./Inline.Stretch.js").InlineStretchProps & import("react").RefAttributes<HTMLDivElement>>; }; export default _default;