export type PointerTypes = {
    cursor?: string;
    pointer_events?: string;
};
