5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
export * from './styles';
|
|
export * from './style/character-style';
|
|
export * from './style/paragraph-style';
|
|
export * from './defaults';
|