5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
export * from "./styles";
|
|
export * from "./style/character-style";
|
|
export * from "./style/paragraph-style";
|
|
export * from "./style-options";
|