mirror of
https://github.com/tale/headplane.git
synced 2026-08-09 13:39:23 +00:00
feat: facelift overall machines page and refactor
This commit is contained in:
@@ -26,6 +26,8 @@ type Properties = {
|
||||
readonly parameters?: HookParameters;
|
||||
}
|
||||
|
||||
export type OpenFunction = (overrides?: Overrides) => void
|
||||
|
||||
export default function useModal(properties?: HookParameters) {
|
||||
const [isOpen, setIsOpen] = useState(false)
|
||||
const [liveProperties, setLiveProperties] = useState(properties)
|
||||
|
||||
Reference in New Issue
Block a user