Skip to content

Commit

Permalink
feat(ccc/export): export types
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 16, 2024
1 parent 707d930 commit 4256f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ccc/src/export/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { exportToAPNG, exportToAPNG as exportToApng } from './apng'
export { exportToJSON, exportToJSON as exportToJson } from './json'
export { exportToMD, exportToMD as exportToMarkdown } from './md'
export { exportToPNG, exportToPNG as exportToPng } from './png'
export type * as ccv3 from './types'

0 comments on commit 4256f98

Please sign in to comment.