@crossed/ui
Version:
A universal & performant styling library for React Native, Next.js & React
21 lines (20 loc) • 512 B
JavaScript
import { withStaticProperties } from "@crossed/core";
import { Root } from "./Root";
import { Trigger } from "./Trigger";
import { Content } from "./Content";
import { ScrollView } from "./ScrollView";
import { FlatList } from "./FlatList";
import { SectionList } from "./SectionList";
import { SheetPadded } from "./Padded";
const Sheet = withStaticProperties(Root, {
Trigger,
Content,
ScrollView,
FlatList,
SectionList,
Padded: SheetPadded
});
export {
Sheet
};
//# sourceMappingURL=index.js.map