4 lines
99 B
TypeScript
Executable File
4 lines
99 B
TypeScript
Executable File
export * from './vanilla.mjs';
|
|
export * from './react.mjs';
|
|
export { default } from './react.mjs';
|