fractal-core
Version:
A minimalist and well crafted app, content or component is our conviction
12 lines (11 loc) • 322 B
TypeScript
import * as classModule from './class';
import * as props from './props';
import * as attributes from './attributes';
import * as style from './style';
declare const _default: {
class: typeof classModule;
props: typeof props;
attributes: typeof attributes;
style: typeof style;
};
export default _default;