UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

34 lines (33 loc) 1.21 kB
export * from './types'; export * from './utils'; export * from './hooks'; export * as Field from './Field'; export * as Value from './Value'; export * as Form from './Form'; export * as Wizard from './Wizard'; export * as DataContext from './DataContext'; export * as Iterate from './Iterate'; export * as Tools from './Tools'; export * as Connectors from './Connectors'; export { default as FieldBlock } from './FieldBlock'; export { default as ValueBlock } from './ValueBlock'; export type { SectionProps } from './Form/Section'; /** * Deprecated and will be removed in v11 * * @deprecated use import { Field } from 'Form' instead */ export declare function Visibility(): void; /** * Deprecated and will be removed in v11 * * @deprecated use "<Wizard.Container>" instead of "<StepsLayout>" */ export declare function StepsLayout(props: any): import("react/jsx-runtime").JSX.Element; export declare namespace StepsLayout { var Step: typeof import("./Wizard").Step; var NextButton: typeof import("./Wizard").NextButton; var PreviousButton: typeof import("./Wizard").PreviousButton; var Buttons: typeof import("./Wizard").Buttons; var useStep: typeof import("./Wizard").useStep; }