UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

15 lines 521 B
/** * Default strings for components that can be overriden by the ComponentStringContext. */ export declare const DEFAULT_COMPONENT_STRINGS: { emptyDisplayDefaultHeader: string; emptyDisplayDefaultContent: string; errorDisplayDefaultHeader: string; errorDisplayDefaultContent: string; buttonCancel: string; buttonConfirm: string; comboboxNoResults: string; comboboxLoading: string; }; export type ComponentStrings = typeof DEFAULT_COMPONENT_STRINGS; //# sourceMappingURL=strings.d.ts.map