All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.utils.create-split-props.d.cts Maven / Gradle / Ivy

type EnsureKeys = keyof Target extends ExpectedKeys[number] ? unknown : `Missing required keys: ${Exclude & string}`;
export declare const createSplitProps: () => (props: Props, keys: Keys & EnsureKeys) => [Target, Omit)[number], string>>];
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy