UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

7 lines (6 loc) 332 B
export { UpdateModal } from './UpdateModal'; export { TypeOnlyUpdateModal } from './TypeOnlyUpdateModal'; export { DeleteModal } from './DeleteModal'; export type { UpdateModalProps } from './UpdateModal'; export type { TypeOnlyUpdateModalProps } from './TypeOnlyUpdateModal'; export type { DeleteModalProps } from './DeleteModal';