Skip to content

Commit

Permalink
fix: PluginOptions type export
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin committed Oct 8, 2024
1 parent d8df5a5 commit dd514eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,17 @@
"iframe": [
"./build/iframe/index.d.ts"
],
"iframe/*": [
"./build/iframe/*"
],
"plugin": [
"./build/plugin/index.d.ts"
],
"plugin/*": [
"./build/plugin/*"
],
"react": [
"./build/react/index.d.ts"
],
"react/*": [
"./build/react/*"
],
"runtime": [
"./build/runtime/index.d.ts"
],
"runtime/*": [
"./build/runtime/*"
],
"utils": [
"./build/utils/index.d.ts"
],
"utils/*": [
"./build/utils/*"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions src/plugin/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export type {BaseTarget, StylesObject} from '../types';
export type {PluginOptions} from './transform';
export {getStyles} from './utils';
export {transform} from './transform';

0 comments on commit dd514eb

Please sign in to comment.