* Removed old root UI components. * Fixed import path * Moved first v2 components to new components dir. * Changed icon to not import from root, since it somehow creates a recursive import * Removed irrelevant todo * Added docs for new components * Fixed type errors * Update packages/ui/components/index.ts Removing as per comment Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
export { TimezoneSelect } from "./TimezoneSelect";
|
|
export type { ITimezone, ITimezoneOption } from "./TimezoneSelect";
|