3 lines
60 B
TypeScript
3 lines
60 B
TypeScript
export { default } from './style';
|
|
export * from './style';
|
export { default } from './style';
|
|
export * from './style';
|