UNPKG

@crossed/primitive

Version:

A universal & performant styling library for React Native, Next.js & React

20 lines 546 B
/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ export * from './Badge'; export * from './Button'; export * from './Dropdown'; export * from './Label'; export * from './List'; export * from './Input'; export * from './Modal'; export * from './Select'; export * from './Sheet'; export * from './utils'; export * from './Accordion'; export type * from './types'; export * from './VisibilityHidden'; //# sourceMappingURL=index.d.ts.map