make FormProps public
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
*/
|
||||
export * from './components';
|
||||
export * from './extensions';
|
||||
export { type FormProps } from './types';
|
||||
export type { FormProps } from './types';
|
||||
export * from './lib';
|
||||
export * from './hooks';
|
||||
|
||||
@@ -18,7 +18,7 @@ import type { FormProps as SchemaFormProps } from '@rjsf/core-v5';
|
||||
/**
|
||||
* Any `@rjsf/core` form properties that are publicly exposed to the `NextScaffolderpage`
|
||||
*
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export type FormProps = Pick<
|
||||
SchemaFormProps,
|
||||
|
||||
Reference in New Issue
Block a user