@spellix/types
v4.0.5
Published
Shared types for all packages
Readme
@mwkt/types
A Quick description of the utility
This utility is generated automatically, please add a description and usage instructions below.
Short description
Installation
yarn add @mwkt/types
# or
npm i @mwkt/types
# or
pnpm i @mwkt/typesUsage
Import types from the package and configure it with props as needed:
import { types } from '@mwkt/types';
export const App = () => {
const { /* utility return values */ } = types({/* utility arguments */});
return (
<>
{/* component */}
</>
);
};