react-luminus-components 1.2.25 → 1.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/models/index.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export type { default as HookFormInputProps } from './prop-types/HookFormInputPr
|
|
|
25
25
|
export type { default as ContainerProps } from './prop-types/ContainerProps';
|
|
26
26
|
export type { default as NameIdStringModel } from './types/NameIdStringModel';
|
|
27
27
|
export type { default as NameIdIntModel } from './types/NameIdIntModel';
|
|
28
|
+
export type { default as NameIdStringOptionalModel } from './types/NameIdStringOptionalModel';
|
|
29
|
+
export type { default as NameIdIntOptionalModel } from './types/NameIdIntOptionalModel';
|
|
28
30
|
export type { default as PhotoLibraryItemModel } from './types/PhotoLibraryItemModel';
|
|
29
31
|
export type { default as PhotoAction } from './types/PhotoAction';
|
|
30
32
|
export type { default as EmployeeIndexModel } from './types/EmployeeIndexModel';
|