@almadar/patterns 2.20.0 → 2.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +40 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -36419,7 +36419,7 @@ export declare const EVENT_CONTRACTS: {
|
|
|
36419
36419
|
};
|
|
36420
36420
|
};
|
|
36421
36421
|
import type { PatternPropDef } from './types.js';
|
|
36422
|
-
export type { PatternPropDef, PropKind } from './types.js';
|
|
36422
|
+
export type { PatternPropDef, PropKind, PatternPayloadField, PatternCallbackArg, } from './types.js';
|
|
36423
36423
|
export type { ItemActionPayload, SelectionChangePayload, LoadMoreRequestPayload, FormSubmitPayload, } from './payloads.js';
|
|
36424
36424
|
export type PatternEntry = {
|
|
36425
36425
|
type: string;
|