feat(commands): add transparent artboard creation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export type { Command, CommandContext } from "./command";
|
||||
export { documentAddArtboardCommand, documentCommands } from "./document";
|
||||
export type { DocumentAddArtboardPayload } from "./document";
|
||||
export type { CommandDispatcher, Dispatch } from "./dispatcher";
|
||||
export type { CommandId, CommandPayloads } from "./payloads";
|
||||
export { createCommandDispatcher } from "./dispatcher";
|
||||
|
||||
Reference in New Issue
Block a user