mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(core): add AlertDialog data attributes (#738)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export * from './media/proxy';
|
||||
export * from './media/state';
|
||||
export * from './ui/alert-dialog/alert-dialog-data-attrs';
|
||||
export * from './ui/buffering-indicator/buffering-indicator-core';
|
||||
export * from './ui/buffering-indicator/buffering-indicator-data-attrs';
|
||||
export * from './ui/controls/controls-core';
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
import type { StateAttrMap } from '../types';
|
||||
|
||||
export const AlertDialogDataAttrs = {
|
||||
open: 'data-open',
|
||||
} as const satisfies StateAttrMap<{ open: boolean }>;
|
||||
Reference in New Issue
Block a user