Skip to main content

DialogCommonProps

@steambrew/client v4.2.1


Interface: DialogCommonProps

Defined in: src/components/Dialog.ts:6

Extends

  • RefAttributes<HTMLDivElement>

Extended by

Properties

children?

optional children: ReactNode;

Defined in: src/components/Dialog.ts:9


className?

optional className: string;

Defined in: src/components/Dialog.ts:8


key?

optional key: null | Key;

Defined in: node_modules/@types/react/index.d.ts:137

Inherited from

RefAttributes.key

ref?

optional ref: Ref<HTMLDivElement>;

Defined in: node_modules/@types/react/index.d.ts:140

Inherited from

RefAttributes.ref

style?

optional style: CSSProperties;

Defined in: src/components/Dialog.ts:7