mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
chore: Usa mithril-utilities
per Component, Form e Request
This commit is contained in:
@@ -6,12 +6,12 @@ import {
|
||||
Vnode,
|
||||
VnodeDOM
|
||||
} from 'mithril';
|
||||
import Stream from 'mithril/stream';
|
||||
|
||||
import {
|
||||
Attributes,
|
||||
Component
|
||||
} from '../Component';
|
||||
} from 'mithril-utilities';
|
||||
import Stream from 'mithril/stream';
|
||||
|
||||
export interface DialogAttributes extends Attributes, Partial<Pick<MDDialog,
|
||||
'fullscreen' | 'fullscreenBreakpoint' | 'footerHidden' | 'stacked' | 'defaultAction' |
|
||||
|
Reference in New Issue
Block a user