* refactor(css): only load base styles, add css task, cleanup exports * style(base): add edge label bg * refactor(css): use css-utils * feat(core): add Panel component * refactor(background): cleanup * refactor(css-handling): cleanup
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
export { default as Background } from './Background';
|
|
export * from './types';
|