3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
export { default } from './typography';
|
|
export * from './typography';
|
export { default } from './typography';
|
|
export * from './typography';
|