@aesthetic/core
Version:
Aesthetic is a powerful type-safe, framework agnostic, CSS-in-JS library for styling components.
12 lines • 389 B
TypeScript
/**
* @copyright 2020, Miles Johnson
* @license https://opensource.org/licenses/MIT
*/
import { Aesthetic } from './Aesthetic';
import { FeatureSheet } from './FeatureSheet';
import { Sheet } from './Sheet';
export * from './types';
export * from '@aesthetic/system';
export * from '@aesthetic/types';
export { Aesthetic, FeatureSheet, Sheet };
//# sourceMappingURL=index.d.ts.map