RA.Aid/frontend/common/dist/index.d.ts

5 lines
128 B
TypeScript

import './styles/global.css';
export * from './utils';
export * from './components/ui';
export declare const hello: () => void;