exports
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from './workspace/index.js';
|
||||
export * from './types.js';
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
import type { UmbBlockTypeBaseModel } from '../block-type/index.js';
|
||||
|
||||
export const UMB_BLOCK_RTE_TYPE = 'block-rte-type';
|
||||
|
||||
export interface UmbBlockRteTypeModel extends UmbBlockTypeBaseModel {}
|
||||
Reference in New Issue
Block a user