UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

11 lines 443 B
import './RebookingNotes.scss'; export interface RebookingNotesProps { value?: string; noteLabel: string; saveButtonLabel: string; saveButtonAriaLabel: string; onSave: (value: string) => void; } declare const RebookingNotes: ({ value, noteLabel, saveButtonLabel, saveButtonAriaLabel, onSave, }: RebookingNotesProps) => import("react").JSX.Element; export default RebookingNotes; //# sourceMappingURL=RebookingNotes.d.ts.map