1
0
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:
Maicol Battistini
2023-05-04 22:05:58 +02:00
parent 18ba65ec38
commit 37162d5e79
25 changed files with 69 additions and 500 deletions

View File

@@ -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' |