Export necessary components for a custom TemplateListPage
Signed-off-by: Min Kim <minkimcello@gmail.com> Co-authored-by: Taras Mankovski <taras@frontside.com>
This commit is contained in:
@@ -16,7 +16,14 @@
|
||||
|
||||
export { NextScaffolderPage } from './plugin';
|
||||
export {
|
||||
TemplateGroups,
|
||||
type TemplateGroupFilter,
|
||||
type TemplateGroupsProps,
|
||||
type NextRouterProps,
|
||||
type FormProps,
|
||||
CategoryPicker,
|
||||
RegisterExistingButton,
|
||||
type RegisterExistingButtonProps,
|
||||
ContextMenu,
|
||||
} from './next';
|
||||
export { registerComponentRouteRef } from './routes';
|
||||
|
||||
@@ -15,3 +15,16 @@
|
||||
*/
|
||||
export { TemplateListPage } from './TemplateListPage';
|
||||
export type { TemplateListPageProps } from './TemplateListPage';
|
||||
|
||||
export { TemplateGroups } from './TemplateGroups';
|
||||
export type {
|
||||
TemplateGroupFilter,
|
||||
TemplateGroupsProps,
|
||||
} from './TemplateGroups';
|
||||
|
||||
export { CategoryPicker } from './CategoryPicker';
|
||||
|
||||
export { RegisterExistingButton } from './RegisterExistingButton';
|
||||
export type { RegisterExistingButtonProps } from './RegisterExistingButton';
|
||||
|
||||
export { ContextMenu } from './ContextMenu';
|
||||
|
||||
Reference in New Issue
Block a user